@charset "utf8";
/* 引导 intro */
.my-intro-bg{
    position: absolute;
    z-index: 99999;
    /* background: rgba(0,0,0,0.4); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadeIn 0.6s;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-family: "微软雅黑";
}
.my-intro-bg *{
    outline: none !important;
}
.my-intro-target-active{
    z-index: 999;
    pointer-events: none;
}
.my-intro-panel{
    position: absolute;
    /* background: rgba(255,255,255,0.7); */
    /* box-shadow: 0 0px 15px rgba(0,0,0,.4), 0px 0px 0px 9999px rgba(0,0,0,0.3); */
    box-shadow: 0 0px 15px rgba(0,0,0,.4),0px 0px 0px 9999px rgba(0,0,0,0.3);

    border-radius: 5px;
    transition: width 0.5s,height 0.5s,top 0.5s,left 0.5s;
}
.my-intro-panel{
    animation: scaleDown    0.5s;
}

@keyframes scaleDown{
    0%{
        transform: scale(1.5);
    }
    100%{
        transform: scale(1);
    }
}
.my-intro-panel::before{
    content: attr(data-intro-step);
    position: absolute;
    font-size: 12px;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    display: flex;
    background: rgb(255, 255, 255);
    align-items: center;
    justify-content: center;
    left: -1em;
    top: -1em;
    border: 2px solid white;
    background: rgba(23, 163, 184, 1);
    color: white;
    box-shadow: 0px 0px 5px 2px rgba(23, 163, 184, 1), 0px 0px 0px 1px rgba(23, 163, 184, 0.2) inset;
    font-weight: bold;
}
.my-intro-panel.number-align-top-right::before{
    left: calc(100% - 1em);
}
@media screen and (max-width:768px){
    .my-intro-panel::before{
        left: 5px;
    }
}
.my-intro-tip{
    position: absolute;
    background: url(../images/intro_bg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    left:0;
    top: 0;
    min-width: 700px;
    /*transition: all 0.5s;*/
}


.my-intro-tip::before,.my-intro-tip::after{
    content: "";
    position: absolute;
    border-color: transparent;;
    border-style: solid;
}
.my-intro-tip::after{
    transform: scale(0.9);
}
/* top */
.my-intro-tip.tip-align-top::before,
.my-intro-tip.tip-align-top::after{
    border-width: 10px 7px 10px 7px;
    left: calc(50% - 10px);
}
.my-intro-tip.tip-align-top::before{
    border-top-color: white;
    bottom: -20px;
}
/* left */
.my-intro-tip.tip-align-left::before,
.my-intro-tip.tip-align-left::after{
    border-width: 7px 10px 7px 10px;
    top: calc(50% - 10px);
}

.my-intro-tip.tip-align-left1::before,
.my-intro-tip.tip-align-left1::after {
    border-width: 7px 10px 7px 10px;
    top: 25%;
}

.my-intro-tip.tip-align-left::before,
.my-intro-tip.tip-align-left1::before {
    border-left-color: white;
    right: -20px;
}
/* right */
.my-intro-tip.tip-align-right::before,
.my-intro-tip.tip-align-right::after{
    border-width: 7px 10px 7px 10px;
    top: calc(50% - 10px);
}
.my-intro-tip.tip-align-right::before{
    border-right-color: white;
    left: -20px;
}
/* bottom */
.my-intro-tip.tip-align-bottom::before,
.my-intro-tip.tip-align-bottom::after {
    border-width: 10px 7px 10px 7px;
    left: calc(50% - 10px);
}

.my-intro-tip.tip-align-bottom-left::before,
.my-intro-tip.tip-align-bottom-left::after {
    border-width: 10px 7px 10px 7px;
    left: calc(10% - 10px);
}

.my-intro-tip.tip-align-bottom-right::before,
.my-intro-tip.tip-align-bottom-right::after {
    border-width: 10px 7px 10px 7px;
    right: calc(10% - 10px);
}

.my-intro-tip.tip-align-bottom::before,
.my-intro-tip.tip-align-bottom-left::before,
.my-intro-tip.tip-align-bottom-right::before {
    border-bottom-color: white;
    top: -20px;
}

.my-intro-tip-header {
    height: 50px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D6D7DB;
}


.my-intro-tip-body{
    width: auto;
    min-height: 3em;
    padding: 30px;
    cursor: default;
    display: flex;
    align-items: center;
}
.my-intro-tip-body::before{
    content: "";
    display: block;
    position: absolute;
    background: url(logo.png) no-repeat center;
    background-size: contain;
    width: 60px;
    top: -15px;
    height: 19px;
}

.my-intro-tip-footer {
    padding: 0 30px 30px 30px;
    display: flex;
    justify-content: right;
}

.intro-tip-span{
    animation: fadeIn-span 0.8s ;
    display: inline-block;
    overflow: hidden;
    font-size: 22px;
    font-weight: 500;
    color: #212121;
}

.intro-tip-span-row {
    width: auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.intro-tip-span-row i {
    margin-right: 20px;
}

.in1 {
    width: 60px;
    height: 51px;
    background: url(../images/in_ico1.png) no-repeat;
}

.in2 {
    width: 50px;
    height: 50px;
    background: url(../images/in_ico2.png) no-repeat;
}

.in3 {
    width: 52px;
    height: 51px;
    background: url(../images/in_ico3.png) no-repeat;
}

.in4 {
    width: 58px;
    height: 58px;
    background: url(../images/in_ico4.png) no-repeat;
}

.in5 {
    width: 52px;
    height: 56px;
    background: url(../images/in_ico5.png) no-repeat;
}

.in6 {
    width: 57px;
    height: 57px;
    background: url(../images/in_ico6.png) no-repeat;
}

.in7 {
    width: 62px;
    height: 63px;
    background: url(../images/in_ico7.png) no-repeat;
}

.in8 {
    width: 66px;
    height: 66px;
    background: url(../images/in_ico8.png) no-repeat;
}

.in10 {
    width: 61px;
    height: 66px;
    background: url(../images/in_ico10.png) no-repeat;
}

@keyframes fadeIn-span{
    0%,50%{
        transform: translateY(-20px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}


.btn-intro{
    width: 70px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, #58A0F1 0%, #3868DA 100%);
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 0
}
.btn-intro:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.5) !important;
}
.btn-intro.btn-intro-skip{
    font-size: 16px;
    font-weight: 400;
    color: #5D6067;
    background: none;
    transition: all 0.3s;
}
.btn-intro.btn-intro-skip:hover{
    color: #FFFFFF;
    background: linear-gradient(0deg, #58A0F1 0%, #3868DA 100%);
}
.btn-intro:disabled{
    opacity: 0.5;
    cursor: default;
}
.btn-intro-over {
    width: 140px;
    height: 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, #58A0F1 0%, #3868DA 100%);
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 0
}

.btn-intro-over:active{
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.5) !important;
}

.my-intro-pagination{
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    counter-reset: intro-page;
}
.my-intro-tip:not(.tip-align-top) .my-intro-pagination{
    bottom: calc(-20px - .5em);
}
.my-intro-tip.tip-align-top .my-intro-pagination{
    top: calc(-20px - .5em);
}
.my-intro-page{
    position: relative;
}
.my-intro-page::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 100%;
    margin: 0px 7px;
    cursor: pointer;
    transition: all 0.8s;
    /* transition-delay: 0.4s; */
    counter-increment: intro-page;
}
.my-intro-page:hover::before{
    transform: scale(1.5);
}
.my-intro-page.active::before{
    background: #17a2b8;
    box-shadow: 0px 0px 0px 2px white, 0px 0px 10px 3px rgb(0, 222, 255);
}
.my-intro-page::after{
    content: counter(intro-page);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: calc(100% + 0px);
    font-style: normal;
    font-weight: bold;
    transform: scale(1);
    font-size: 12px;;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: all 0.3s;
}
.my-intro-pagination:hover .my-intro-page::after{
    opacity: 1;
}
.my-intro-tip.tip-align-top .my-intro-page::after{
    top: calc(-100% - 0px);
}
.my-intro-page.active::after{
    color: #17a2b8;
    text-shadow: 0px 0px 6px #17a2b8;
}
/* 引导 intro */
#begin {
    min-width: 520px;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    z-index: 1000;
}

#skip {
    line-height: 30px;
    text-align: center;
}

.welcome {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.wel-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    animation: fadeIn 0.6s;
    z-index: 999;
}

@media (max-width: 1000px) {
    #begin {
        display: none!important;
    }

    .wel-bg {
        display: none!important;
    }
}